DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKS_CONTRACT_HDR_PUB

Line 2919: 'Before calling oks_contract_hdr_pub.create_header'

2915: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2916: THEN
2917: fnd_log.STRING (fnd_log.level_statement,
2918: g_module_current || '.Create_K_Hdr',
2919: 'Before calling oks_contract_hdr_pub.create_header'
2920: );
2921: fnd_log.STRING (fnd_log.level_statement,
2922: g_module_current || '.Create_K_Hdr',
2923: 'p_k_header_rec.tax_classification_code: '

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

2946: p_k_header_rec.exemption_certificate_number;
2947: l_khrv_tbl_in (1).exempt_reason_code :=
2948: p_k_header_rec.exemption_reason_code;
2949: --End: added in R12 by rsu
2950: oks_contract_hdr_pub.create_header (p_api_version => l_api_version,
2951: p_init_msg_list => l_init_msg_list,
2952: x_return_status => l_return_status,
2953: x_msg_count => x_msg_count,
2954: x_msg_data => x_msg_data,

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

2961: THEN
2962: fnd_log.STRING
2963: (fnd_log.level_event,
2964: g_module_current || '.Create_K_Hdr.external_call.after',
2965: ' oks_contract_hdr_pub.create_header(Return Status = '
2966: || l_return_status
2967: || ')'
2968: );
2969: END IF;

Line 2993: '(oks_contract_hdr_pub).create_header '

2989: fnd_message.set_encoded (l_msg_data);
2990: l_msg_data := fnd_message.get;
2991: fnd_file.put_line
2992: (fnd_file.LOG,
2993: '(oks_contract_hdr_pub).create_header '
2994: || l_msg_data
2995: );
2996: END IF;
2997: END LOOP;