DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DOC_STYLE_HEADERS

Line 3015: c1_style_id PO_DOC_STYLE_HEADERS.style_id%type;

3011: --Bug# 1721991, for update;
3012: for update; --
3013:
3014: --
3015: c1_style_id PO_DOC_STYLE_HEADERS.style_id%type;
3016: c2_style_id PO_DOC_STYLE_HEADERS.style_id%type;
3017: c1_valid_style BOOLEAN;
3018: c2_valid_style BOOLEAN;
3019: x_return_status VARCHAR2(1);

Line 3016: c2_style_id PO_DOC_STYLE_HEADERS.style_id%type;

3012: for update; --
3013:
3014: --
3015: c1_style_id PO_DOC_STYLE_HEADERS.style_id%type;
3016: c2_style_id PO_DOC_STYLE_HEADERS.style_id%type;
3017: c1_valid_style BOOLEAN;
3018: c2_valid_style BOOLEAN;
3019: x_return_status VARCHAR2(1);
3020: x_msg_count NUMBER;

Line 5646: l_style_id PO_DOC_STYLE_HEADERS.style_id%TYPE; --

5642: l_return_status varchar2(1) := NULL;
5643: l_msg_count number := NULL;
5644: l_msg_data varchar2(2000) := NULL;
5645:
5646: l_style_id PO_DOC_STYLE_HEADERS.style_id%TYPE; --
5647: /* Define the cursor which picks up records from the temp table.
5648: * We need the 'for update' since we are going to update the
5649: * process_code.
5650: */