DBA Data[Home] [Help]

APPS.JAI_PA_BILLING_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

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

1106: /* Recording in Cess Register */
1107: if ln_register_id is not null and nvl(ln_excise_cess_amt,0) <> 0 then
1108:
1109: if jai_pa_billing_pkg.gv_debug then
1110: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14 process_excise. Before jai_cmn_rg_others_pkg.insert_row');
1111: end if;
1112:
1113: jai_cmn_rg_others_pkg.insert_row
1114: (

Line 1113: jai_cmn_rg_others_pkg.insert_row

1109: if jai_pa_billing_pkg.gv_debug then
1110: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14 process_excise. Before jai_cmn_rg_others_pkg.insert_row');
1111: end if;
1112:
1113: jai_cmn_rg_others_pkg.insert_row
1114: (
1115: p_source_type => ln_source_type ,
1116: p_source_name => lv_source_name ,
1117: p_source_id => ln_register_id ,

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

1122: p_process_msg => pv_process_message
1123: );
1124:
1125: if jai_pa_billing_pkg.gv_debug then
1126: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15 process_excise. After jai_cmn_rg_others_pkg.insert_row');
1127: end if;
1128:
1129: if pv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error, 'E') then
1130: goto exit_from_procedure;

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

1135: /* start- budget07 changes */
1136: if ln_register_id is not null and nvl(ln_sh_excise_cess_amt,0) <> 0 then
1137:
1138: if jai_pa_billing_pkg.gv_debug then
1139: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14.1 process_excise. Before SH jai_cmn_rg_others_pkg.insert_row');
1140: end if;
1141:
1142: jai_cmn_rg_others_pkg.insert_row
1143: (

Line 1142: jai_cmn_rg_others_pkg.insert_row

1138: if jai_pa_billing_pkg.gv_debug then
1139: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '14.1 process_excise. Before SH jai_cmn_rg_others_pkg.insert_row');
1140: end if;
1141:
1142: jai_cmn_rg_others_pkg.insert_row
1143: (
1144: p_source_type => ln_source_type ,
1145: p_source_name => lv_source_name ,
1146: p_source_id => ln_register_id ,

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

1151: p_process_msg => pv_process_message
1152: );
1153:
1154: if jai_pa_billing_pkg.gv_debug then
1155: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '15.1 process_excise. After SH jai_cmn_rg_others_pkg.insert_row');
1156: end if;
1157:
1158: if pv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error, 'E') then
1159: goto exit_from_procedure;