DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on BOM_REVISIONS

Line 3436: BOM_REVISIONS.get_item_revision_fn

3432: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_project_id,'X',l_project_id, null),
3433: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_task_id,'X',l_task_id, null),
3434: --end bugfix 3418102
3435: l_mlsupply_items(l_index).job_completion_date,
3436: BOM_REVISIONS.get_item_revision_fn
3437: ( 'ALL',
3438: 'ALL',
3439: l_ship_org,
3440: l_mlsupply_items(l_index).item_id,

Line 3579: BOM_REVISIONS.get_item_revision_fn

3575: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_project_id,'X',l_project_id, null),
3576: decode(l_mlsupply_items(l_index).pegging_flag,'I',l_task_id,'X',l_task_id, null),
3577: --end bugfix 3418102
3578: l_mlsupply_items(l_index).job_completion_date,
3579: BOM_REVISIONS.get_item_revision_fn
3580: ( 'ALL',
3581: 'ALL',
3582: l_ship_org,
3583: l_mlsupply_items(l_index).item_id,