DBA Data[Home] [Help]

APPS.IGP_AD_USERID_PKG dependencies on IGP_AC_ACCOUNTS_PKG

Line 700: igp_ac_accounts_pkg.insert_row (

696: IF (l_account_id IS NOT NULL) THEN
697: wf_engine.SetItemAttrNumber(itemtype,itemkey,'P_ACCOUNT_ID', l_account_id); -- Portfolio a/c exists: Set the value of the account ID in the WF.
698: ELSIF (l_account_id IS NULL) THEN --Call the TBH of the IGP_AC_ACCOUNTS table to insert into the table.
699: BEGIN
700: igp_ac_accounts_pkg.insert_row (
701: x_mode => 'R',
702: x_rowid => lv_rowid, -- OUT param
703: x_account_id => l_account_id, -- OUT param
704: x_party_id => l_party_id, -- HZ party ID.