DBA Data[Home] [Help]

APPS.BOM_COMPUTE_FUNCTIONS dependencies on BOM_GTIN_RULES

Line 162: Bom_Gtin_Rules.Check_GTIN_Attributes

158: p_organization_id)
159: = 'Y')
160: THEN
161: IF p_validate = 'Y' THEN
162: Bom_Gtin_Rules.Check_GTIN_Attributes
163: ( p_assembly_item_id => p_header_item_id
164: , p_organization_id => p_organization_id
165: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
166: , p_ignore_published => 'Y'

Line 298: Bom_Gtin_Rules.Check_GTIN_Attributes

294: THEN
295:
296: IF p_validate = 'Y' THEN
297:
298: Bom_Gtin_Rules.Check_GTIN_Attributes
299: ( p_assembly_item_id => p_header_item_id
300: , p_organization_id => p_organization_id
301: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
302: , p_ignore_published => 'Y'

Line 432: Bom_Gtin_Rules.Check_GTIN_Attributes

428: l_private_flag = 'N'
429: THEN
430: IF p_validate = 'Y' THEN
431:
432: Bom_Gtin_Rules.Check_GTIN_Attributes
433: ( p_assembly_item_id => p_header_item_id
434: , p_organization_id => p_organization_id
435: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
436: , p_ignore_published => 'Y'

Line 524: Bom_Gtin_Rules.Check_GTIN_Attributes

520:
521: IF Bom_Rollup_Pub.l_Component_Seq_Tbl.EXISTS(cmp_index)
522: THEN
523:
524: Bom_Gtin_Rules.Check_GTIN_Attributes
525: ( p_assembly_item_id => p_header_item_id
526: , p_organization_id => p_organization_id
527: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
528: , p_ignore_published => 'Y'

Line 741: Bom_Gtin_Rules.Check_GTIN_Attributes

737: THEN
738:
739: IF p_validate = 'Y' THEN
740:
741: Bom_Gtin_Rules.Check_GTIN_Attributes
742: ( p_assembly_item_id => p_header_item_id
743: , p_organization_id => p_organization_id
744: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
745: , p_ignore_published => 'Y'

Line 1158: Bom_Gtin_Rules.Check_GTIN_Attributes

1154:
1155: IF Bom_Rollup_Pub.l_Component_Seq_Tbl.EXISTS(cmp_index)
1156: THEN
1157:
1158: Bom_Gtin_Rules.Check_GTIN_Attributes
1159: ( p_assembly_item_id => p_header_item_id
1160: , p_organization_id => p_organization_id
1161: , p_component_item_id => Bom_Rollup_Pub.l_Component_Seq_Tbl(cmp_index).component_item_id
1162: , p_ignore_published => 'Y'