DBA Data[Home] [Help]

APPS.AMS_PS_POSTING_PVT dependencies on AMS_IBA_PS_POSTINGS_B_PKG

Line 148: -- Invoke table handler(AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row)

144: RAISE FND_API.g_exc_error;
145: END IF;
146:
147:
148: -- Invoke table handler(AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row)
149: AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row(
150: p_created_by => FND_GLOBAL.user_id,
151: p_creation_date => SYSDATE,
152: p_last_updated_by => FND_GLOBAL.user_id,

Line 149: AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row(

145: END IF;
146:
147:
148: -- Invoke table handler(AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row)
149: AMS_IBA_PS_POSTINGS_B_PKG.Insert_Row(
150: p_created_by => FND_GLOBAL.user_id,
151: p_creation_date => SYSDATE,
152: p_last_updated_by => FND_GLOBAL.user_id,
153: p_last_update_date => SYSDATE,