DBA Data[Home] [Help]

APPS.FLM_KANBAN dependencies on INV_PULLSEQUENCE_PKG

Line 1558: l_plan_Rec := INV_PullSequence_PKG.query_row(p_plan_pull_seq_id);

1554: l_plan_Rec INV_Kanban_Pvt.Pull_sequence_Rec_Type;
1555: l_prod_Rec INV_Kanban_Pvt.Pull_sequence_Rec_Type;
1556: l_same_pos number:=0;
1557: BEGIN
1558: l_plan_Rec := INV_PullSequence_PKG.query_row(p_plan_pull_seq_id);
1559: l_prod_Rec := INV_PullSequence_PKG.query_row(p_prod_pull_seq_id);
1560:
1561: IF(l_plan_Rec.source_type = l_prod_Rec.source_type ) THEN
1562:

Line 1559: l_prod_Rec := INV_PullSequence_PKG.query_row(p_prod_pull_seq_id);

1555: l_prod_Rec INV_Kanban_Pvt.Pull_sequence_Rec_Type;
1556: l_same_pos number:=0;
1557: BEGIN
1558: l_plan_Rec := INV_PullSequence_PKG.query_row(p_plan_pull_seq_id);
1559: l_prod_Rec := INV_PullSequence_PKG.query_row(p_prod_pull_seq_id);
1560:
1561: IF(l_plan_Rec.source_type = l_prod_Rec.source_type ) THEN
1562:
1563: IF (l_plan_Rec.source_type = G_Source_Type_InterOrg) THEN /*Inter org*/