DBA Data[Home] [Help]

APPS.FLM_KANBAN_CUSTOM_PKG dependencies on FLM_KANBAN_CUSTOM_PKG

Line 1: PACKAGE BODY FLM_KANBAN_CUSTOM_PKG AS

1: PACKAGE BODY FLM_KANBAN_CUSTOM_PKG AS
2: /* $Header: flmkacpb.pls 120.3 2011/06/09 23:04:46 sunarang noship $ */
3:
4:
5: FUNCTION status_change_hook(kanban_card_id IN NUMBER,

Line 176: x_uc_from_custom := flm_kanban_custom_pkg.flm_custom_uc_table();

172:
173:
174:
175: if p_pull_sequence_id = 2817 then
176: x_uc_from_custom := flm_kanban_custom_pkg.flm_custom_uc_table();
177: x_uc_from_custom.Extend;
178:
179: for i in x_uc_from_custom.first..x_uc_from_custom.last loop
180:

Line 198: x_uc_setup_from_custom := flm_kanban_custom_pkg.flm_custom_uc_setup_table();

194: This is an example code of how to populate data for collection x_uc_setup_from_custom
195:
196:
197: if p_pull_sequence_id = 2817 then
198: x_uc_setup_from_custom := flm_kanban_custom_pkg.flm_custom_uc_setup_table();
199: x_uc_setup_from_custom.Extend;
200:
201: for i in x_uc_setup_from_custom.first..x_uc_setup_from_custom.last loop
202: x_uc_setup_from_custom(x_uc_setup_from_custom.last).status := 1;

Line 219: END FLM_KANBAN_CUSTOM_PKG;

215:
216:
217:
218:
219: END FLM_KANBAN_CUSTOM_PKG;