DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 14: default_value fnd_descr_flex_col_usage_vl.default_value%TYPE,

10: --chiho:1305717:change the data type:
11: exptype AP_WEB_DB_EXPLINE_PKG.expLines_expendType,
12:
13: segment_num number,
14: default_value fnd_descr_flex_col_usage_vl.default_value%TYPE,
15:
16: --chiho:1305717:change the data type:
17: prompt fnd_descr_flex_col_usage_vl.form_left_prompt%TYPE,
18:

Line 17: prompt fnd_descr_flex_col_usage_vl.form_left_prompt%TYPE,

13: segment_num number,
14: default_value fnd_descr_flex_col_usage_vl.default_value%TYPE,
15:
16: --chiho:1305717:change the data type:
17: prompt fnd_descr_flex_col_usage_vl.form_left_prompt%TYPE,
18:
19: found BOOLEAN,
20: webEnabled BOOLEAN
21: );

Line 1164: l_prompt_text fnd_descr_flex_col_usage_vl.form_left_prompt%TYPE :='';

1160: k NUMBER;
1161: l_line VARCHAR2(2000);
1162: l_fld VARCHAR2(300);
1163: l_prompt_code VARCHAR2(100);
1164: l_prompt_text fnd_descr_flex_col_usage_vl.form_left_prompt%TYPE :='';
1165: pos NUMBER; /* current position in the row */
1166: rec_count NUMBER := 1; /* receipt count */
1167: debug_info VARCHAR2(400) := ''; /* Bug 2530727 - Increased the length */
1168: current_calling_sequence VARCHAR2(255) := 'parseExpReportReceipts';