DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_SALES_TRANSACTIONS_PVT

Line 3298: l_sales_transaction_rec OZF_SALES_TRANSACTIONS_PVT.SALES_TRANSACTION_REC_TYPE;

3294: l_sales_transaction_id NUMBER;
3295: l_object_version_number NUMBER := 1;
3296: l_org_id NUMBER;
3297:
3298: l_sales_transaction_rec OZF_SALES_TRANSACTIONS_PVT.SALES_TRANSACTION_REC_TYPE;
3299:
3300: CURSOR party_id_csr(p_cust_account_id NUMBER) IS
3301: SELECT party_id
3302: FROM hz_cust_accounts

Line 3372: OZF_SALES_TRANSACTIONS_PVT.Create_Transaction (

3368: l_sales_transaction_rec.source_code := 'IS';
3369: l_sales_transaction_rec.error_flag := NULL;
3370:
3371: -- We need to create sales transactions based on these lines.
3372: OZF_SALES_TRANSACTIONS_PVT.Create_Transaction (
3373: p_api_version => 1.0
3374: ,p_init_msg_list => FND_API.G_FALSE
3375: ,p_commit => FND_API.G_FALSE
3376: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL