DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on BOM_REVISIONS

Line 3473: BOM_REVISIONS.get_item_revision_fn

3469: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_project_id,'X',l_project_id, null),
3470: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_task_id,'X',l_task_id, null),
3471: --end bugfix 3418102
3472: l_mlsupply_items(l_index).job_completion_date,
3473: BOM_REVISIONS.get_item_revision_fn
3474: ( 'ALL',
3475: 'ALL',
3476: l_ship_org,
3477: l_mlsupply_items(l_index).item_id,

Line 3615: BOM_REVISIONS.get_item_revision_fn

3611: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_project_id,'X',l_project_id, null),
3612: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_task_id,'X',l_task_id, null),
3613: --end bugfix 3418102
3614: l_mlsupply_items(l_index).job_completion_date,
3615: BOM_REVISIONS.get_item_revision_fn
3616: ( 'ALL',
3617: 'ALL',
3618: l_ship_org,
3619: l_mlsupply_items(l_index).item_id,