DBA Data[Home] [Help]

APPS.FLM_EKB_UNMOVED_CARDS dependencies on FLM_KANBAN_CUSTOM_PKG

Line 122: x_uc_from_custom flm_kanban_custom_pkg.flm_custom_uc_table;

118: l_card_id number;
119: l_unmoved_table flm_kanban_config_params.flm_unmovecard_table;
120: l_unmoved_lead_table flm_unmoved_lead_table;
121:
122: x_uc_from_custom flm_kanban_custom_pkg.flm_custom_uc_table;
123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;
124: x_pull_sequence_id number;
125:
126: -- l_custom_uc_table flm_kanban_custom_pkg.flm_custom_uc_table;

Line 123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;

119: l_unmoved_table flm_kanban_config_params.flm_unmovecard_table;
120: l_unmoved_lead_table flm_unmoved_lead_table;
121:
122: x_uc_from_custom flm_kanban_custom_pkg.flm_custom_uc_table;
123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;
124: x_pull_sequence_id number;
125:
126: -- l_custom_uc_table flm_kanban_custom_pkg.flm_custom_uc_table;
127: -- l_custome_uclead_table flm_kanban_custom_pkg.flm_custom_uc_lead_table;

Line 126: -- l_custom_uc_table flm_kanban_custom_pkg.flm_custom_uc_table;

122: x_uc_from_custom flm_kanban_custom_pkg.flm_custom_uc_table;
123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;
124: x_pull_sequence_id number;
125:
126: -- l_custom_uc_table flm_kanban_custom_pkg.flm_custom_uc_table;
127: -- l_custome_uclead_table flm_kanban_custom_pkg.flm_custom_uc_lead_table;
128:
129: l_organization_code varchar2(3);
130:

Line 127: -- l_custome_uclead_table flm_kanban_custom_pkg.flm_custom_uc_lead_table;

123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;
124: x_pull_sequence_id number;
125:
126: -- l_custom_uc_table flm_kanban_custom_pkg.flm_custom_uc_table;
127: -- l_custome_uclead_table flm_kanban_custom_pkg.flm_custom_uc_lead_table;
128:
129: l_organization_code varchar2(3);
130:
131: l_last_ps number;

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

220:
221: /* Call to check if Custom Hook returns anything for this Pull Sequence */
222:
223:
224: x_uc_from_custom := flm_kanban_custom_pkg.flm_custom_uc_table();
225: x_uc_setup_from_custom := flm_kanban_custom_pkg.flm_custom_uc_setup_table();
226:
227: -- dbms_output.put_line('pull sequence is : '||c_ps_activity.pull_sequence_id);
228:

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

221: /* Call to check if Custom Hook returns anything for this Pull Sequence */
222:
223:
224: x_uc_from_custom := flm_kanban_custom_pkg.flm_custom_uc_table();
225: x_uc_setup_from_custom := flm_kanban_custom_pkg.flm_custom_uc_setup_table();
226:
227: -- dbms_output.put_line('pull sequence is : '||c_ps_activity.pull_sequence_id);
228:
229: FLM_KANBAN_CUSTOM_PKG.UNMOVED_CARDS_HOOK( p_org_id => c_ps_activity.organization_id

Line 229: FLM_KANBAN_CUSTOM_PKG.UNMOVED_CARDS_HOOK( p_org_id => c_ps_activity.organization_id

225: x_uc_setup_from_custom := flm_kanban_custom_pkg.flm_custom_uc_setup_table();
226:
227: -- dbms_output.put_line('pull sequence is : '||c_ps_activity.pull_sequence_id);
228:
229: FLM_KANBAN_CUSTOM_PKG.UNMOVED_CARDS_HOOK( p_org_id => c_ps_activity.organization_id
230: ,p_pull_sequence_id => c_ps_activity.pull_sequence_id
231: ,x_return_status => x_return_status
232: ,x_error_code => x_error_code
233: ,x_pull_sequence_id => x_pull_sequence_id