DBA Data[Home] [Help]

APPS.BOM_CSTRPMDD_XMLP_PKG dependencies on CST_COST_UPDATES

Line 70: from cst_cost_updates

66: and organization_id = org_id;
67: return(txn_source);
68: elsif P_TXN_SRC_TYPE_ID = 11 then
69: select description into txn_source
70: from cst_cost_updates
71: where cost_update_id = to_number(txn_source_id)
72: and organization_id = org_id;
73: return(txn_source);
74: /*elsif :Type_id1 in (2,8,12) then

Line 682: RETURN (', cst_cost_updates cst');

678: IF P_SOURCE_TYPE_ID = 10 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
679: RETURN (', mtl_physical_inventories pi');
680: END IF;
681: IF P_SOURCE_TYPE_ID = 11 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
682: RETURN (', cst_cost_updates cst');
683: END IF;
684: END;
685: RETURN ' ';
686: END C_SOURCE_FROMFORMULA;