DBA Data[Home] [Help]

APPS.FLM_EKANBAN_PUB dependencies on FLM_KANBAN_PUB

Line 259: FLM_KANBAN_PUB.process_pull_sequence(p_pull_sequence_rec => x_pull_sequence_rec,

255: END IF;
256:
257: validate_ekanban_profile;
258:
259: FLM_KANBAN_PUB.process_pull_sequence(p_pull_sequence_rec => x_pull_sequence_rec,
260: p_supplier_tbl => x_supplier_tbl,
261: p_transaction_type => p_transaction_type,
262: p_commit_flag => 'N',
263: x_ret_status => x_return_status,

Line 338: FLM_KANBAN_PUB.process_cards(p_kanban_card_rec => x_kanban_card_rec,

334: END IF;
335:
336: validate_ekanban_profile;
337:
338: FLM_KANBAN_PUB.process_cards(p_kanban_card_rec => x_kanban_card_rec,
339: p_transaction_type => p_transaction_type,
340: p_commit_flag => 'N',
341: x_ret_status => x_return_status,
342: x_err_msg => x_msg_data);