DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BC_OPTION_DETAILS

Line 270: /* GL_BC_OPTION_DETAILS */

266: /* */
267: /* GL_BC_PACKETS */
268: /* GL_BC_PACKET_ARRIVAL_ORDER */
269: /* GL_BC_OPTIONS */
270: /* GL_BC_OPTION_DETAILS */
271: /* GL_BC_PERIOD_MAP */
272: /* GL_BC_DUAL */
273: /* GL_BC_DUAL2 */
274: /* GL_CONCURRENCY_CONTROL */

Line 1547: FROM gl_bc_option_details bc

1543: 3
1544: WHEN (bc.je_source_name = 'Other' AND bc.je_category_name = 'Other') THEN
1545: 4
1546: END CASE
1547: FROM gl_bc_option_details bc
1548: WHERE bc_option_id = g_bc_option_id);
1549:
1550: -- =========================== FND LOG ===========================
1551: psa_utils.debug_other_string(g_state_level,l_full_path, ' l_option_selected -> '||l_option_selected);

Line 1580: FROM gl_bc_option_details

1576: ,funds_check_level_code
1577: ,override_amount
1578: ,tolerance_percentage
1579: ,tolerance_amount
1580: FROM gl_bc_option_details
1581: WHERE bc_option_id = g_bc_option_id
1582: AND je_source_name = decode(l_option_selected,
1583: 1, indx.je_source_name,
1584: 2, indx.je_source_name,