DBA Data[Home] [Help]

APPS.IGC_CC_REVALUE_PROCESS_PKG dependencies on IGC_CC_ACTIONS

Line 439: l_action_hist_msg igc_cc_actions.cc_action_notes%TYPE;

435: l_cc_acct_lines_rec igc_cc_acct_lines_v%ROWTYPE;
436: l_cc_pmt_fcst_rec igc_cc_det_pf_v%ROWTYPE;
437:
438: l_exception igc_cc_process_exceptions.exception_reason%TYPE;
439: l_action_hist_msg igc_cc_actions.cc_action_notes%TYPE;
440:
441: CURSOR c_acct_lines(p_cc_header_id NUMBER)
442: IS
443: -- Replaced the folllowing query with the one below for

Line 1362: IGC_CC_ACTIONS_PKG.Insert_Row(

1358: FND_MESSAGE.SET_TOKEN ('REVAL_DATE_RATE', to_char(p_rate_date, 'DD-MON-YYYY'));
1359: l_action_hist_msg := FND_MESSAGE.GET;
1360: /*end */
1361:
1362: IGC_CC_ACTIONS_PKG.Insert_Row(
1363: l_api_version,
1364: l_init_msg_list,
1365: l_commit,
1366: l_validation_level,