DBA Data[Home] [Help]

APPS.INV_ITEM_ORG_ASSIGN_CP dependencies on INVPULI4

Line 62: --| 01/17/2004 vjavli Bug#4121148 fix: INVPULI4.assign_status_ |

58: --| parameter p_category_set_name as NUMERIC. |
59: --| Earlier it was VARCHAR2. Parameter text |
60: --| is replaced from p_category_set_name to |
61: --| p_category_set_id. |
62: --| 01/17/2004 vjavli Bug#4121148 fix: INVPULI4.assign_status_ |
63: --| attributes added as recommended by BOM team |
64: --| since the signature has been modified by BOM |
65: --| 01/27/2006 vmutyala Bug#4997972 revision label not getting copied|
66: --+======================================================================*/

Line 1847: -- Bug#4121148 fix: invoke INVPULI4.assign_status_attributes

1843: -- error while assigning master defaults
1844: IF l_return_code <> 0 THEN
1845: RAISE assign_master_default_except;
1846: ELSE
1847: -- Bug#4121148 fix: invoke INVPULI4.assign_status_attributes
1848: -- Bug 8549754 vggarg Passed master_org_id containing the value of source org id as parameter.
1849: l_return_code := INVPULI4.assign_status_attributes(
1850: item_id => items_interface_row.inventory_item_id
1851: , org_id => items_interface_row.organization_id

Line 1849: l_return_code := INVPULI4.assign_status_attributes(

1845: RAISE assign_master_default_except;
1846: ELSE
1847: -- Bug#4121148 fix: invoke INVPULI4.assign_status_attributes
1848: -- Bug 8549754 vggarg Passed master_org_id containing the value of source org id as parameter.
1849: l_return_code := INVPULI4.assign_status_attributes(
1850: item_id => items_interface_row.inventory_item_id
1851: , org_id => items_interface_row.organization_id
1852: , err_text => l_err_text
1853: , xset_id => l_set_process_id