DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on PSB_POSITIONS

Line 2058: from PSB_POSITIONS a,

2054: select a.position_id,
2055: a.name,
2056: a.effective_start_date,
2057: a.effective_end_date
2058: from PSB_POSITIONS a,
2059: PSB_WS_POSITION_LINES b
2060: where a.position_id = b.position_id
2061: and b.position_line_id = p_position_line_id;
2062:

Line 2290: from PSB_POSITIONS a,

2286: select a.position_id,
2287: a.name,
2288: a.effective_start_date,
2289: a.effective_end_date
2290: from PSB_POSITIONS a,
2291: PSB_WS_POSITION_LINES b
2292: where a.position_id = b.position_id
2293: and b.position_line_id = p_position_line_id;
2294:

Line 3722: PSB_POSITIONS_PVT.Modify_Assignment(

3718: END IF;
3719:
3720:
3721:
3722: PSB_POSITIONS_PVT.Modify_Assignment(
3723: p_api_version => 1.0,
3724: p_init_msg_list => FND_API.G_FALSE,
3725: p_commit => FND_API.G_FALSE,
3726: p_validation_level => FND_API.G_VALID_LEVEL_FULL,