DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BC_OPTIONS

Line 133: g_bc_option_id gl_bc_options.bc_option_id%TYPE;

129: g_calling_prog_flag VARCHAR2(1);
130:
131: g_override_flag BOOLEAN;
132:
133: g_bc_option_id gl_bc_options.bc_option_id%TYPE;
134:
135: g_coa_id gl_ledgers_public_v.chart_of_accounts_id%TYPE;
136:
137: g_func_curr_code gl_ledgers_public_v.currency_code%TYPE;

Line 280: /* GL_BC_OPTIONS */

276: /* GL Tables which are being used include : */
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 */