DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKS_CONTRACT_HDR_PUB

Line 2862: 'Before calling oks_contract_hdr_pub.create_header'

2858: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2859: THEN
2860: fnd_log.STRING (fnd_log.level_statement,
2861: g_module_current || '.Create_K_Hdr',
2862: 'Before calling oks_contract_hdr_pub.create_header'
2863: );
2864: fnd_log.STRING (fnd_log.level_statement,
2865: g_module_current || '.Create_K_Hdr',
2866: 'p_k_header_rec.tax_classification_code: '

Line 2893: oks_contract_hdr_pub.create_header (p_api_version => l_api_version,

2889: p_k_header_rec.exemption_certificate_number;
2890: l_khrv_tbl_in (1).exempt_reason_code :=
2891: p_k_header_rec.exemption_reason_code;
2892: --End: added in R12 by rsu
2893: oks_contract_hdr_pub.create_header (p_api_version => l_api_version,
2894: p_init_msg_list => l_init_msg_list,
2895: x_return_status => l_return_status,
2896: x_msg_count => x_msg_count,
2897: x_msg_data => x_msg_data,

Line 2908: ' oks_contract_hdr_pub.create_header(Return Status = '

2904: THEN
2905: fnd_log.STRING
2906: (fnd_log.level_event,
2907: g_module_current || '.Create_K_Hdr.external_call.after',
2908: ' oks_contract_hdr_pub.create_header(Return Status = '
2909: || l_return_status
2910: || ')'
2911: );
2912: END IF;

Line 2936: '(oks_contract_hdr_pub).create_header '

2932: fnd_message.set_encoded (l_msg_data);
2933: l_msg_data := fnd_message.get;
2934: fnd_file.put_line
2935: (fnd_file.LOG,
2936: '(oks_contract_hdr_pub).create_header '
2937: || l_msg_data
2938: );
2939: END IF;
2940: END LOOP;