DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_KANBAN_SV

Line 263: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',

259: creation and Kanban updation as one transaction and if the next
260: Releases needed to be Rolled back we also lost the Kanban Card
261: Updation for the previous Release. */
262:
263: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',
264: 'RELEASE',
265: x_po_release_id,
266: x_kanban_return_status);
267:

Line 527: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',

523: --
524:
525: --Moved Kanban Execution here
526: --Bug# 2485087, Updating Kanban for Last Release Created.
527: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',
528: 'RELEASE',
529: x_po_release_id,
530: x_kanban_return_status);
531: --