DBA Data[Home] [Help]

APPS.JAI_PA_BILLING_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 1074: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14 process_excise. Before jai_cmn_rg_others_pkg.insert_row');

1070: /* Recording in Cess Register */
1071: if ln_register_id is not null and nvl(ln_excise_cess_amt,0) <> 0 then
1072:
1073: if jai_pa_billing_pkg.gv_debug then
1074: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14 process_excise. Before jai_cmn_rg_others_pkg.insert_row');
1075: end if;
1076:
1077: jai_cmn_rg_others_pkg.insert_row
1078: (

Line 1077: jai_cmn_rg_others_pkg.insert_row

1073: if jai_pa_billing_pkg.gv_debug then
1074: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14 process_excise. Before jai_cmn_rg_others_pkg.insert_row');
1075: end if;
1076:
1077: jai_cmn_rg_others_pkg.insert_row
1078: (
1079: p_source_type => ln_source_type ,
1080: p_source_name => lv_source_name ,
1081: p_source_id => ln_register_id ,

Line 1090: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15 process_excise. After jai_cmn_rg_others_pkg.insert_row');

1086: p_process_msg => pv_process_message
1087: );
1088:
1089: if jai_pa_billing_pkg.gv_debug then
1090: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15 process_excise. After jai_cmn_rg_others_pkg.insert_row');
1091: end if;
1092:
1093: if pv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error, 'E') then
1094: goto exit_from_procedure;

Line 1103: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14.1 process_excise. Before SH jai_cmn_rg_others_pkg.insert_row');

1099: /* start- budget07 changes */
1100: if ln_register_id is not null and nvl(ln_sh_excise_cess_amt,0) <> 0 then
1101:
1102: if jai_pa_billing_pkg.gv_debug then
1103: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14.1 process_excise. Before SH jai_cmn_rg_others_pkg.insert_row');
1104: end if;
1105:
1106: jai_cmn_rg_others_pkg.insert_row
1107: (

Line 1106: jai_cmn_rg_others_pkg.insert_row

1102: if jai_pa_billing_pkg.gv_debug then
1103: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14.1 process_excise. Before SH jai_cmn_rg_others_pkg.insert_row');
1104: end if;
1105:
1106: jai_cmn_rg_others_pkg.insert_row
1107: (
1108: p_source_type => ln_source_type ,
1109: p_source_name => lv_source_name ,
1110: p_source_id => ln_register_id ,

Line 1119: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15.1 process_excise. After SH jai_cmn_rg_others_pkg.insert_row');

1115: p_process_msg => pv_process_message
1116: );
1117:
1118: if jai_pa_billing_pkg.gv_debug then
1119: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15.1 process_excise. After SH jai_cmn_rg_others_pkg.insert_row');
1120: end if;
1121:
1122: if pv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error, 'E') then
1123: goto exit_from_procedure;