DBA Data[Home] [Help]

APPS.AHL_DI_SUBSCRIPTION_PVT dependencies on AHL_SUBSCRIPTIONS_B_S

Line 619: Select AHL_SUBSCRIPTIONS_B_S.Nextval Into

615: l_subscription_info.attribute13 := p_x_subscription_tbl(i).attribute13;
616: l_subscription_info.attribute14 := p_x_subscription_tbl(i).attribute14;
617: l_subscription_info.attribute15 := p_x_subscription_tbl(i).attribute15;
618: -- Retrive the subscription id from sequence
619: Select AHL_SUBSCRIPTIONS_B_S.Nextval Into
620: l_subscription_id from dual;
621: /*-------------------------------------------------------- */
622: /* procedure name: AHL_SUBSCRIPTIONS_PKG.INSERT_ROW */
623: /* description : Added by Senthil to call Table Handler */