DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on CSI_T_TXN_DETAILS_GRP

Line 3481: csi_t_txn_details_grp.create_transaction_dtls(

3477: IF EstDtlTab(i).line_category_code = 'RETURN' and
3478: (nvl(l_src_ref_reqd,'N') = 'N' OR (l_src_ref_reqd = 'Y' AND EstDtlTab(i).customer_product_id IS NOT NULL)) THEN
3479: --and (EstDtlTab(i).customer_product_id IS NOT NULL) THEN -- commented for bug 9312433
3480: -- Now call the create transaction Details API.
3481: csi_t_txn_details_grp.create_transaction_dtls(
3482: p_api_version => 1.0,
3483: p_commit => fnd_api.g_false,
3484: p_init_msg_list => fnd_api.g_false,
3485: p_validation_level => fnd_api.g_valid_level_full,

Line 3500: csi_t_txn_details_grp.create_transaction_dtls(

3496: x_msg_data => x_msg_data);
3497:
3498: ELSIF EstDtlTab(i).line_category_code = 'ORDER' THEN
3499: -- Now call the create transaction Details API.
3500: csi_t_txn_details_grp.create_transaction_dtls(
3501: p_api_version => 1.0,
3502: p_commit => fnd_api.g_false,
3503: p_init_msg_list => fnd_api.g_false,
3504: p_validation_level => fnd_api.g_valid_level_full,