DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BC_OPTION_DETAILS

Line 281: /* GL_BC_OPTION_DETAILS */

277: /* */
278: /* GL_BC_PACKETS */
279: /* GL_BC_PACKET_ARRIVAL_ORDER */
280: /* GL_BC_OPTIONS */
281: /* GL_BC_OPTION_DETAILS */
282: /* GL_BC_PERIOD_MAP */
283: /* GL_BC_DUAL */
284: /* GL_BC_DUAL2 */
285: /* GL_CONCURRENCY_CONTROL */

Line 1558: FROM gl_bc_option_details bc

1554: 3
1555: WHEN (bc.je_source_name = 'Other' AND bc.je_category_name = 'Other') THEN
1556: 4
1557: END CASE
1558: FROM gl_bc_option_details bc
1559: WHERE bc_option_id = g_bc_option_id);
1560:
1561: -- =========================== FND LOG ===========================
1562: psa_utils.debug_other_string(g_state_level,l_full_path, ' l_option_selected -> '||l_option_selected);

Line 1591: FROM gl_bc_option_details

1587: ,funds_check_level_code
1588: ,override_amount
1589: ,tolerance_percentage
1590: ,tolerance_amount
1591: FROM gl_bc_option_details
1592: WHERE bc_option_id = g_bc_option_id
1593: AND je_source_name = decode(l_option_selected,
1594: 1, indx.je_source_name,
1595: 2, indx.je_source_name,