DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on AP_EXPENSE_REPORT_LINES

Line 3110: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES

3106: Input Output:
3107: l_segments (FND_DFLEX.SEGMENTS_DR): Segments data for the global flexfield
3108: Assumption:
3109: The application is WEB
3110: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES
3111: Date:
3112: 11/25/98
3113: */
3114: procedure getFlexFieldGlobalSegments(p_user_id in NUMBER, -- 2242176

Line 3158: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.

3154: Input Output:
3155: p_segmentPromptTable (segmentPrompt_table): Segments data for the flexfield
3156: Assumption:
3157: The application is WEB.
3158: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.
3159: Date:
3160: 11/25/98
3161: */
3162: procedure getAllSegmentPrompts(p_user_id in NUMBER,

Line 3242: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.

3238: p_number: The position of the segment in the customfield array if the prompt is valid.
3239: Otherwise, it is set to 0.
3240: Assumption:
3241: The application is WEB.
3242: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.
3243: p_segmentPromptTable, and p_expIndexTable are set up properly.
3244: Date:
3245: 12/02/98
3246: */

Line 3280: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.

3276: Assumption:
3277: p_dflexTable was initialized by initDflexTable procedure. Therefore, this procedure
3278: takes care the context sensitive segments only.
3279: The application is WEB .
3280: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.
3281: p_segmentPromptTable is set up properly by the following order:
3282: 1. Globals segments ordered by segment_number.
3283: 2. Context segments for each expense type by the order of segment_number(sequence)
3284: Date:

Line 3333: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.

3329: p_dflexTable : Array of ALL the segments for a given expense type
3330: p_expIndexTable: Array of indexes to p_segmentPromptTable
3331: Assumption:
3332: The application is WEB.
3333: The flexfield is EXPENSE AP_EXPENSE_REPORT_LINES.
3334: p_segmentPromptTable is set up properly by the following order:
3335: 1. Globals segments ordered by segment_number.
3336: 2. Context segments for each expense type by the order of segment_number(sequence)
3337: Date: