DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on PAY_CORE_UTILS

Line 217: pay_core_utils.get_upgrade_status(p_business_group_id,p_short_name,l_status);

213: l_status pay_upgrade_status.status%type;
214: --
215: begin
216: --
217: pay_core_utils.get_upgrade_status(p_business_group_id,p_short_name,l_status);
218: --
219: return l_status;
220: --
221: exception

Line 3130: if pay_core_utils.get_sql_cursor(statem,sql_curs) then

3126: begin
3127: statem := 'BEGIN
3128: :line_check := pay_'||lower(l_legislation_code)||'_bee.line_check_supported; END;';
3129: --
3130: if pay_core_utils.get_sql_cursor(statem,sql_curs) then
3131: --
3132: dbms_sql.bind_variable(sql_curs, 'line_check', l_line_check);
3133: --
3134: rows_processed := dbms_sql.execute(sql_curs);

Line 3898: if pay_core_utils.get_sql_cursor(statem,sql_curs) then

3894: hr_utility.set_location('payplnk.validate_lines',67);
3895: statem := 'BEGIN
3896: pay_'||lower(l_legislation_code)||'_bee.validate_line(:batch_line_id, :valid, :leg_message, :line_changed); END;';
3897: --
3898: if pay_core_utils.get_sql_cursor(statem,sql_curs) then
3899: --
3900: dbms_sql.bind_variable(sql_curs, 'batch_line_id', g_line_record.batch_line_id);
3901: dbms_sql.bind_variable(sql_curs, 'valid', l_valid);
3902: dbms_sql.bind_variable(sql_curs, 'leg_message', l_leg_message, 240);