DBA Data[Home] [Help]

APPS.INV_KANBANCARD_PKG dependencies on FLM_KANBAN_CUSTOM_PKG

Line 290: if FLM_KANBAN_CUSTOM_PKG.status_change_hook(p_kanban_card_id,p_from_supply_status,p_to_supply_status) = 1 then

286:
287: if ( p_from_supply_status not in (1,2,3,4,5,6,7,8) or
288: p_to_supply_status not in (1,2,3,4,5,6,7,8)) and l_result then
289: if nvl(fnd_profile.VALUE('FLM_EKB_OPS_FLAG'),0) = 1 then
290: if FLM_KANBAN_CUSTOM_PKG.status_change_hook(p_kanban_card_id,p_from_supply_status,p_to_supply_status) = 1 then
291: l_result := fnd_api.to_boolean(fnd_api.g_true);
292: else
293: l_result := fnd_api.to_boolean(fnd_api.g_false);
294: end if;

Line 573: l_kanban_card_rec.kanban_card_number := FLM_KANBAN_CUSTOM_PKG.custom_kanban_number(p_pull_sequence_id);

569: END LOOP;
570:
571: IF p_kanban_card_number IS NULL THEN
572: if nvl(fnd_profile.VALUE('FLM_EKB_OPS_FLAG'),0) = 1 then
573: l_kanban_card_rec.kanban_card_number := FLM_KANBAN_CUSTOM_PKG.custom_kanban_number(p_pull_sequence_id);
574: -- Also Validate Value from Hook.
575: if l_kanban_card_rec.kanban_card_number is not null then
576: Begin
577: select 1 into l_dummy

Line 1827: l_kanban_card_rec.kanban_card_number := FLM_KANBAN_CUSTOM_PKG.custom_kanban_number(p_pull_sequence_id);

1823:
1824: IF p_kanban_card_number IS NULL THEN
1825: if nvl(fnd_profile.VALUE('FLM_EKB_OPS_FLAG'),0) = 1 then
1826:
1827: l_kanban_card_rec.kanban_card_number := FLM_KANBAN_CUSTOM_PKG.custom_kanban_number(p_pull_sequence_id);
1828: -- Also Validate Value from Hook.
1829: if l_kanban_card_rec.kanban_card_number is not null then
1830: Begin
1831: select 1 into l_dummy