DBA Data[Home] [Help]

APPS.AR_ACTIVITY_DETAILS_PKG dependencies on AR_RECEIVABLE_APPLICATIONS

Line 318: | (APP rows ) of the AR_receivable_applications. |

314: | |
315: | DESCRIPTION |
316: | This routine changed with the bug 7241111, which deals with sync of |
317: | line level details under ar_activity_details with the Application |
318: | (APP rows ) of the AR_receivable_applications. |
319: | |
320: | This will enable user to get each line level application/unapplication |
321: | details corresponding to the RA ID under AR_receivable_applications |
322: | if the line level application is performed. |

Line 321: | details corresponding to the RA ID under AR_receivable_applications |

317: | line level details under ar_activity_details with the Application |
318: | (APP rows ) of the AR_receivable_applications. |
319: | |
320: | This will enable user to get each line level application/unapplication |
321: | details corresponding to the RA ID under AR_receivable_applications |
322: | if the line level application is performed. |
323: | |
324: | SCOPE - PUBLIC |
325: | |

Line 645: from ar_receivable_applications

641: and nvl(CURRENT_ACTIVITY_FLAG,'Y') = 'R';
642:
643:
644: Select amount_applied into l_ra_amt
645: from ar_receivable_applications
646: where receivable_application_id = X_RECEIVABLE_APPLICATION_ID;
647:
648:
649: exception