DBA Data[Home] [Help]

APPS.WMA_CFM dependencies on WIP_COMMON

Line 96: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

92: param.locatorID);
93:
94: if assembly.revQtyControlCode = WIP_CONSTANTS.REV then
95: /* 3033785 */
96: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
97: x_released_revs_meaning
98: );
99:
100: BOM_REVISIONS.Get_Revision(

Line 112: accountingClass := wip_common.default_acc_class(

108: else
109: cfmRec.row.revision := NULL;
110: end if;
111:
112: accountingClass := wip_common.default_acc_class(
113: param.environment.orgID,
114: param.assemblyID,
115: 4, -- for flow schedule
116: assembly.projectID,

Line 321: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

317: lpnParam.locatorID);
318:
319: if assembly.revQtyControlCode = WIP_CONSTANTS.REV then
320: /* 3033785 */
321: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
322: x_released_revs_meaning
323: );
324: BOM_REVISIONS.Get_Revision(
325: type => 'PART',

Line 336: accountingClass := wip_common.default_acc_class(

332: else
333: revision := NULL;
334: end if;
335:
336: accountingClass := wip_common.default_acc_class(
337: lpnParam.environment.orgID,
338: lpnParam.assemblyID,
339: 4, -- for flow schedule
340: assembly.projectID,