DBA Data[Home] [Help]

APPS.GR_PROCESS_ORDERS dependencies on GR_DISPATCH_HISTORIES_PKG

Line 2107: GR_DISPATCH_HISTORIES_PKG.Check_Primary_Key

2103: /*
2104: ** Bug 2342375 Mercy Thomas 08/15/2002 End of the Code Changes
2105: */
2106:
2107: GR_DISPATCH_HISTORIES_PKG.Check_Primary_Key
2108: (BatchDetails.document_code,
2109: 1, /* Document text id */
2110: /*
2111: ** Bug 2342375 Mercy Thomas 08/15/2002 Changed the BatchDetails.item_code to l_item_code

Line 2123: GR_DISPATCH_HISTORIES_PKG.Insert_Row

2119: 'F',
2120: l_rowid,
2121: l_key_exists);
2122: IF NOT FND_API.TO_BOOLEAN(l_key_exists) THEN
2123: GR_DISPATCH_HISTORIES_PKG.Insert_Row
2124: (l_commit,
2125: l_called_by_form,
2126: BatchDetails.document_code,
2127: 1, /* Document text id */