DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on GMF_VALIDATIONS_PVT

Line 298: IF GMF_validations_PVT.Validate_organization_id(p_costorg_id) THEN

294: and mtl.organization_id = p_organization_id;
295: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Query-1');
296: ELSE /* 7388596*/
297: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Query-API-1');
298: IF GMF_validations_PVT.Validate_organization_id(p_costorg_id) THEN
299: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inventory Item Id: '|| l_item_tbl(l_index));
300: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_organization_id: '|| p_costorg_id);
301: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_transaction_date: '|| sysdate);
302: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_cost_method: '|| NVL(v_cost_mthd,'NULL'));

Line 370: IF GMF_validations_PVT.Validate_organization_id(p_costorg_id) THEN

366: and mtl.organization_id = p_organization_id;
367: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Query-3');
368: ELSE /* 7388596*/
369: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Query-API-2');
370: IF GMF_validations_PVT.Validate_organization_id(p_costorg_id) THEN
371: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inventory Item Id: '|| l_item_tbl(l_index));
372: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_organization_id: '|| p_costorg_id);
373: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_transaction_date: '|| sysdate);
374: FND_FILE.PUT_LINE(FND_FILE.LOG, 'p_cost_method: '|| NVL(v_cost_mthd,'NULL'));