Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

Custom Payroll Flow Pattern : Post SQL Bind isn't fetching data

Hello -

Trying to leverage the advantage of Post SQL Bind at "Task" Level. Defined a custom flow parameter as "FF_NAME" , Display - Mandatory, Type - Text.

The User will pass the Fast Formula Name as Input Parameter while submitting the flow. So, at Task Level, have used Post SQL Bind. But, System is not able to fetch or evaluate the SQL query. It is always returning the "Blank" value.

Post SQL Bind Code :

SELECT to_char(formula_id) FROM fusion.ff_formulas_vl, pay_flow_param_values fpv2, pay_flow_parameters fp2 WHERE formula_name = fpv2.flow_param_value AND fpv2.flow_instance_id (+) = :pflowinstanceid AND fpv2.base_flow_parameter_id (+) = fp2.base_flow_parameter_id AND fp2.base_flow_parameter_name = 'FF_NAME'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!